I was wondering if there is a way to use mouseover effects with the standard Topnavigation thats provided with the Runway Package.
Ive already tried to just insert a mouseover menu in the template. It worked but as soon as i clicked on the gallery it links to the gallery map and it cant go back.
Topnavigation with mouseover[solved]
Hello,
I was wondering if there is a way to use mouseover effects with the standard Topnavigation thats provided with the Runway Package.
Ive already tried to just insert a mouseover menu in the template. It worked but as soon as i clicked on the gallery it links to the gallery map and it cant go back.
For example:
If i go to the home page the link is: http://localhost:10932/home.aspx
If i click on the gallery page the link is: http://localhost:10932/gallery/gallery.aspx
And if i click back on home again it links to:http://localhost:10932/gallery/home.aspx
Which doesn't exist ofcourse.
Now my question is if there is a way to either change the links in the menu i made or use the Topnavigation package and make mouseovers there.
Here is the code of my masterpage:
[quote]
<%@ Master Language="C#" MasterPageFile="/umbraco/masterpages/default.master" AutoEventWireup="true" %>
src="../media/buttons/home_off.jpg"
alt="Home" name="Home" width="193" height="208" border="0" id="Home" />
src="../media/buttons/achtergrond_off.jpg" alt="Achtergrond" name="Achtergrond" width="196" height="208" border="0" id="Achtergrond" />
src="../media/buttons/schilderijen_off.jpg" alt="Schilderijen" name="Schilderijen" width="196" height="208" border="0" id="Schilderijen" />
src="../media/buttons/exposities_off.jpg" alt="Exposities" name="Exposities" width="196" height="208" border="0" id="Exposities" />
src="../media/buttons/contact_off.jpg" alt="Contact" name="Contact" width="199" height="208" border="0" id="Contact" />
Copyright ©
[/quote]
Thanks in advance [-o<
is working on a reply...